How do I mount my Android phone's filesystem on MacOS X? [closed]
Posted
by misbell
on Stack Overflow
See other posts from Stack Overflow
or by misbell
Published on 2010-03-29T13:00:36Z
Indexed on
2010/03/29
13:23 UTC
Read the original article
Hit count: 275
I'm running a fully rooted Nexus One with Android 2.1.
I can see /data/data in DDMS, both the plugin and the tool -- but when I attach my phone, I still can't see the main drive. All I can see is the SD card.
Using OSX, when I use Disk Utility, I can see the machine then see the SD Card.
Is the problem that none of the tools I am using, except DDMS and ADB shell, know how to read that main Android drive? It's the same format as the qemu img, right?
Again -- my goal is to mount the phone's root filesystem on my MacOS X host when connected via USB.
© Stack Overflow or respective owner